From 200990702798bf424b273b54a870f91957999b36 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 11 Mar 1993 06:58:20 +0000 Subject: [PATCH] * Makefile.in (install.sysv): Add a second `$' in front of `${dest}', so that the shell will expand it, instead of Make. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7dbf977ece5..d246e82138c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -314,7 +314,7 @@ install.sysv: all mkdir for dir in ${COPYDIR} ; do \ dest=$$1 ; shift ; \ if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \ - (cd $${dir}; find . -print | cpio -pdum ${dest} ) ; \ + (cd $${dir}; find . -print | cpio -pdum $${dest} ) ; \ for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ rm -rf $${subdir}/RCS ; \ rm -rf $${subdir}/CVS ; \ -- 2.30.2